バージョン

Grid<T>(IQueryable<T>,Object) メソッド

パラメーターおよび HTML 属性としてデータ ソースを許可するチェーン可能なグリッド。
シンタックス
'宣言
 
Public Overloads Function Grid(Of T As Class)( _
   ByVal model As System.Linq.IQueryable(Of T), _
   ByVal htmlAttributes As System.Object _
) As GridWrapper(Of T)
public GridWrapper<T> Grid<T>( 
   System.Linq.IQueryable<T> model,
   System.object htmlAttributes
)
where T: class

パラメータ

model
htmlAttributes

型パラメータ

T
参照

オンラインで表示: GitHub